SixBit API Schema
auactionParam Simple Type
Description
The add/update action to be performed.
Namespace (none)
Type
Restriction of xs:string
Diagram
auactionParam Simple Type
Overview
auactionParam Restriction of xs:string
The add/update action to be performed.
Facets
EnumerationAddOnly
EnumerationUpdateOnly
EnumerationAddandUpdate
Source
<xs:simpleType name="auactionParam" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The add/update action to be performed.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AddOnly" />
    <xs:enumeration value="UpdateOnly" />
    <xs:enumeration value="AddandUpdate" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.